+2002-08-14 Stefan Monnier <monnier@cs.yale.edu>
+
+ * emacs-lisp/find-func.el (find-function-search-for-symbol):
+ Use find-file-hook instead of find-file-hooks.
+
+ * imenu.el (imenu-always-use-completion-buffer-p): Make obsolete.
+ (imenu-use-popup-menu, imenu-eager-completion-buffer): New vars.
+ (imenu-space-replacement): Allow nil value.
+ (imenu--completion-buffer): Use new vars and simplify.
+ Fix handling of minibuffer-setup-hook.
+ Use minibuffer-completion-help instead of rolling our own.
+ (imenu-choose-buffer-index): Use the new var.
+
+ * startup.el (command-line): Load custom-file if not done yet.
+
2002-08-15 David Kastrup <David.Kastrup@t-online.de>
* net/ange-ftp.el (ange-ftp-wipe-file-entries): Fix type mismatch;
2002-08-14 Kenichi Handa <handa@etl.go.jp>
- * select.el (xselect-convert-to-string): If TYPE is non-nil,
- encode the selection data string. Always return cons of type and
- string.
+ * select.el (xselect-convert-to-string): If TYPE is non-nil, encode
+ the selection data string. Always return cons of type and string.
(selection-converter-alist): Add (UTF8_STRING .
xselect-convert-to-string).